







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines if this triple is equal to another object. The triple is equal to another object
if that object is a Triple, all element types are the same, and the all three elements
compare equal using object.Equals.
(Overrides ValueType..::Equals(Object).) |
![]() | Equals(Triple<(Of <TFirst, TSecond, TThird>)>) |
Determines if this triple is equal to another triple. Two triples are equal if the all three elements
compare equal using IComparable<T>.Equals or object.Equals.
|
See Also
Triple<(Of <TFirst, TSecond, TThird>)> Structure
Wintellect.PowerCollections Namespace